-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-2050 - 2][SQL] DIV and BETWEEN should not be case sensitive. #994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Merged build triggered. |
|
LGTM |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15500/ |
|
test this please |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
Merged into master and 1.0. Thanks for the review @rxin. |
Followup: apache#989 Author: Michael Armbrust <michael@databricks.com> Closes apache#994 from marmbrus/caseSensitiveFunctions2 and squashes the following commits: 9d9c8ed [Michael Armbrust] Fix DIV and BETWEEN.
Followup: apache#989 Author: Michael Armbrust <michael@databricks.com> Closes apache#994 from marmbrus/caseSensitiveFunctions2 and squashes the following commits: 9d9c8ed [Michael Armbrust] Fix DIV and BETWEEN.
* [CARMEL-5818] Support analyze event log command * ensure the command running in test
…url (apache#994) Co-authored-by: Tetiana Fioshkina <tetiana.fioshkina@hpe.com>
…url (apache#994) Co-authored-by: Tetiana Fioshkina <tetiana.fioshkina@hpe.com>
…url (apache#994) Co-authored-by: Tetiana Fioshkina <tetiana.fioshkina@hpe.com>
Followup: #989